@charset "UTF-8";

.main {
  width: 1380px;
  margin: 0 auto;
}

.title h5 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.title h5 span {
  color: #e7bc33;
}

.title .title_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.title .title_img p {
  margin: 0 14px;
  font-size: 22px;
  line-height: 1.2;
  color: #27529c;
}

.title01 h5 {
  color: #fff;
}

.title03 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title03 h5 {
  margin: 0 14px;
}

.title04 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 40px;
}

.title04 h5 {
  margin: 0 14px;
}

.ckgd_a {
  width: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 15px 30px;
  border: 1px solid #666;
  border-radius: 8px;
  transition: all 0.5s;
}

.ckgd_a i {
  font-size: 16px;
}

.ckgd_a .jt_icon04 {
  display: none;
}

.ckgd_a:hover {
  transform: scale(0.95);
  transition: all 0.5s;
  background-color: #27529c;
  color: #fff;
  border: 1px solid #27529c;
}

.ckgd_a:hover .jt_icon03 {
  display: none;
}

.ckgd_a:hover .jt_icon04 {
  display: block;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #fff;
  transition: all 0.5s;
}

/* 分页 */
.fenye {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
}

.fenye .fenye_lis {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #666;
  margin: 0 5px;
}

.fenye .fenye_lis:hover {
  background-color: #27529c;
  color: #fff;
}

.fenye .fenye_lis_active {
  background-color: #27529c;
  color: #fff;
}

.fenye .fenye_tz {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-left: 40px;
}

.fenye .fenye_tz .fenye_lis {
  width: 60px;
}

.fenye .fenye_tz .fenye_lis:hover {
  background-color: transparent;
  color: #fff;
}

/* 图片预览器样式 */
.preview-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.preview-container img {
  width: 600px;
  background-color: #fff;
  height: auto;
}

/* 侧边栏 */
#fixed {
  position: fixed;
  right: 0;
  top: 40%;
  transition: all 0.5s;
  z-index: 100;
}

#fixed ul {
  display: flex;
  flex-direction: column;
}

#fixed ul li {
  width: 74px;
  height: 75px;
  background-color: #27529c;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixed ul li:hover {
  background-color: #e7bc33;
}

#fixed ul .kf_phone {
  position: relative;
}

#fixed ul .kf_phone p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  line-height: 1.5;
  height: 75px;
  padding: 0 20px;
  color: #fff;
  background-color: #e7bc33;
  position: absolute;
  top: 0.5px;
  left: -218%;
  display: none;
}

#fixed ul .kf_phone:hover p {
  display: flex;
  transition: all 0.5s;
}

#fixed ul .kf_qr {
  position: relative;
}

#fixed ul .kf_qr > img {
  position: absolute;
  top: 0;
  left: -180%;
  display: none;
}

#fixed ul .kf_qr:hover > img {
  display: block;
  transition: all 0.5s;
}

/* banner */
.banner_a {
  position: relative;
}

.banner_a .header_container {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner_a .header_container .header_box {
  width: 90%;
  height: 80px;
  margin-left: 5%;
  display: flex;
  align-items: center;
}

.banner_a .header_container .header_box .header_logo {
  margin-right: 30px;
}

.banner_a .header_container .header_box > b {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-right: 60px;
}

.banner_a .header_container .header_box .icon_ent01 {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  background-color: #e7bc33;
  padding: 0 18px;
  border-radius: 8px;
}

.banner_a .header_container .header_box .icon_ent01 img {
  margin-right: 6px;
}

.banner_a .header_container .header_box .nav {
  flex: 1;
  height: 100%;
  margin-left: 200px;
}

.banner_a .header_container .header_box .nav .nav_uls01 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li {
  height: 100%;
  position: relative;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li > a {
  font-size: 18px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  padding-left: 24px;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li > a:hover {
  color: #5c98ff;
  transition: all 0.5s;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li .nav_uls02 {
  width: 180%;
  position: absolute;
  left: -40%;
  top: 80px;
  z-index: 11;
  border-radius: 4px;
  background-color: #fff;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li .nav_uls02 li {
  max-height: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li .nav_uls02 li a {
  color: #666;
  line-height: 50px;
  transition: all 0.3s;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li .nav_uls02 li a:hover {
  background-color: #f2f5f9;
  color: #5c98ff;
  transition: all 0.3s;
}

.banner_a .header_container .header_box .nav .nav_uls01 > li:hover > a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../esimg/icon/icon_yezi.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner_a .header_container .header_box .nav .nav_uls01 > li:hover .nav_uls02 li {
  max-height: 500px;
}

.banner_a .header_container .header_box .nav .nav_uls01 .one_active > a {
  color: #5c98ff;
  font-weight: bold;
}

.banner_a .header_container .header_box .nav .nav_uls01 .one_active > a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../esimg/icon/icon_yezi.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner_a .swiper01 {
  overflow: hidden;
  position: relative;
}

.banner_a .swiper01 .swiper-slide a img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
}

.banner_a .swiper01 .pagination01 {
  bottom: 20px;
}

.banner_a .swiper01 .hot_box {
  position: absolute;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  display: flex;
  align-items: center;
  color: #fff;
}

.banner_a .swiper01 .hot_box a {
  color: #fff;
  margin-right: 10px;
}

.banner_a .swiper01 .hot_box01 {
  left: auto;
  right: 270px;
}

.banner_n {
  /* overflow: hidden; */
}

.banner_n .header_n_nav {
  position: static;
}

.banner_n .header_n_nav .header_box b {
  color: #27529c;
}

.banner_n .header_n_nav .header_box b span {
  color: #e7bc33;
}

.banner_n .header_n_nav .header_box .icon_ent01 {
  background-color: #27529c;
}

.banner_n .header_n_nav .header_box .icon_ent01 p {
  color: #fff;
}

.banner_n .header_n_nav .header_box .nav .nav_uls01 > li > a {
  color: #666;
}

.banner_n .swiper01 {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.banner_n .swiper01 > img {
  position: relative;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.banner_n .swiper01 .bread_a {
  position: absolute;
  left: 270px;
  bottom: 24px;
  display: flex;
  align-items: center;
  color: #999;
}

.banner_n .swiper01 .bread_a a {
  color: #999;
}

.banner_n .swiper01 .bread_a span {
  margin: 0 8px;
}

.i_product_back {
  width: 100%;
  background: url(../esimg/img/i_product_back.png) no-repeat center;
  background-size: cover;
  background-color: #f5f5f5;
  padding: 80px 0;
  overflow: hidden;
}

.i_product {
  overflow: hidden;
  position: relative;
}

.i_product .i_product_uls {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}

.i_product .i_product_uls a {
  font-size: 20px;
  color: #999;
}

.i_product .i_product_uls .product_uls_active {
  color: #27529c;
}

.i_product .i_product_uls span {
  margin: 0 14px;
}

.i_product .sw02_uls {
  margin-bottom: 60px;
}

.i_product .sw02_uls .swiper02 .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

.i_product .sw02_uls .swiper02 .swiper-slide > a {
  background-color: #fff;
}

.i_product .sw02_uls .swiper02 .swiper-slide > a img {
  width: 100%;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text {
  background-color: #fff;
  padding: 0 24px 30px;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text i {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p b {
  font-size: 22px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p a {
  height: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p a .jt_icon02 {
  display: none;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover > a {
  background-color: #27529c;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover .sw02_text {
  background-color: #27529c;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover .sw02_text i {
  color: #fff;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover .sw02_text p b {
  color: #fff;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover .sw02_text p a .jt_icon01 {
  display: none;
}

.i_product .sw02_uls .swiper02 .swiper-slide:hover .sw02_text p a .jt_icon02 {
  display: block;
}

.i_product .sw02_uls .prev02 {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fl.png) no-repeat center;
  background-size: cover;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.i_product .sw02_uls .prev02:hover {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fl01.png) no-repeat center;
  background-size: cover;
}

.i_product .sw02_uls .next02 {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fr.png) no-repeat center;
  background-size: cover;
  top: 100px;
  bottom: auto;
  right: 0;
}

.i_product .sw02_uls .next02:hover {
  width: 40px;
  height: 40px;
  background: url(../esimg/icon/swiper_fr01.png) no-repeat center;
  background-size: cover;
}

.develop_back {
  padding: 80px 0 100px;
  background-color: #f5faff;
}

.develop_back .develop_a ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  margin-top: 60px;
}

.develop_back .develop_a ul li {
  width: 30%;
  height: 490px;
  padding: 60px 75px;
  border-radius: 8px;
}

.develop_back .develop_a ul li .develop_icon02 {
  display: none;
}

.develop_back .develop_a ul li img {
  margin: 0 auto;
  transition: all 0.5s;
}

.develop_back .develop_a ul li b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 34px 0 22px;
}

.develop_back .develop_a ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  position: relative;
  padding-left: 20px;
}

.develop_back .develop_a ul li p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #27529c;
  position: absolute;
  top: 14px;
  left: 0;
}

.develop_back .develop_a ul li:hover {
  background: url(../esimg/img/develop_li_bg.png) no-repeat center;
  background-size: 100% 100%;
  background-color: #fff;
  transition: all 0.5s;
}

.develop_back .develop_a ul li:hover .develop_icon01 {
  display: none;
}

.develop_back .develop_a ul li:hover .develop_icon02 {
  display: block;
}

.reason_back {
  width: 100%;
  overflow: hidden;
}

.reason_back .reason_a {
  background: url(../esimg/img/reason_bg_fl.png) no-repeat center left, url(../esimg/img/reason_bg_fr.png) no-repeat center right;
  padding: 80px 0 160px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
}

.reason_back .reason_a .reason_b .title h5 {
  text-align: left;
}

.reason_back .reason_a .reason_b .reason_line {
  background: linear-gradient(270deg, rgba(77, 123, 202, 0) 0%, #4d7bca 100%);
  width: 440px;
  height: 1px;
  margin: 30px 0 20px;
}

.reason_back .reason_a .reason_b .swiper03 {
  width: 50%;
  overflow: hidden;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c {
  margin-bottom: 36px;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c .reason_title {
  display: flex;
  align-items: flex-end;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c .reason_title b {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  font-weight: normal;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c .reason_title h5 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 5px;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c p {
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  line-height: 30px;
}

.reason_back .reason_a .reason_b .swiper03 .reason_c p span {
  color: #e7bc33;
}

.reason_back .reason_a .reason_b .swiper03 .pagination03 {
  width: auto;
  bottom: 80px;
  left: 270px;
}

.reason_back .reason_a .reason_z {
  position: absolute;
  right: 600px;
  bottom: 110px;
  width: 220px;
  height: 170px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reason_back .reason_a .reason_z p {
  font-size: 24px;
  color: #27529c;
  position: relative;
  padding-left: 20px;
}

.reason_back .reason_a .reason_z p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #27529c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about_back_box {
  width: 100%;
  overflow: hidden;
}

.about_back {
  padding: 190px 0 170px;
  background: url(../esimg/img/about_bg01.png) no-repeat center, url(../esimg/img/about_bg02.png) no-repeat center right;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
}

.about_back .about_a .title {
  display: flex;
  align-items: center;
}

.about_back .about_a .title img {
  margin-right: 14px;
}

.about_back .about_a .about_b {
  width: 40%;
}

.about_back .about_a .about_b p {
  margin: 30px 0 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.about_back .about_a .about_b .ckgd_a {
  margin: 20px 0 0 0;
  border: 1px solid #27529c;
}

.about_back .about_a .about_b .ckgd_a i {
  color: #27529c;
}

.about_back .about_a .about_b .ckgd_a:hover i {
  color: #fff;
}

.about_back .about_a .about_b .ckgd_b {
  background-color: #27529c;
}

.about_back .about_a .about_b .ckgd_b i {
  color: #fff;
}

.case_back {
  background: url(../esimg/img/case_bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0 100px;
}

.case_back .case_a {
  width: 100%;
  overflow: hidden;
}

.case_back .case_a .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_back .case_a .title h5 {
  margin: 0 14px;
}

.case_back .case_a .case_b {
  margin-top: 40px;
  position: relative;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
}

.case_back .case_a .case_b .case_uls01 {
  position: absolute;
  top: 0;
  left: 366px;
  z-index: 10;
}

.case_back .case_a .case_b .case_uls01 .case_lis {
  width: 300px;
  height: 122px;
  background-color: #fff;
  padding: 35px 30px;
  display: flex;
  align-items: center;
}

.case_back .case_a .case_b .case_uls01 .case_lis img {
  margin-right: 16px;
}

.case_back .case_a .case_b .case_uls01 .case_lis .case_icon02 {
  display: none;
}

.case_back .case_a .case_b .case_uls01 .case_lis b {
  display: block;
  font-size: 20px;
  color: #666;
  font-weight: normal;
}

.case_back .case_a .case_b .case_uls01 .case_lis i {
  display: block;
  font-size: 16px;
  color: #999;
}

.case_back .case_a .case_b .case_uls01 .case_lis:hover {
  background-color: #27529c;
}

.case_back .case_a .case_b .case_uls01 .case_lis:hover i,
.case_back .case_a .case_b .case_uls01 .case_lis:hover b {
  color: #fff;
}

.case_back .case_a .case_b .case_uls01 .case_lis:hover .case_icon01 {
  display: none;
}

.case_back .case_a .case_b .case_uls01 .case_lis:hover .case_icon02 {
  display: block;
}

.case_back .case_a .case_b .case_uls01 .case_lis_active {
  background-color: #27529c;
}

.case_back .case_a .case_b .case_uls01 .case_lis_active i,
.case_back .case_a .case_b .case_uls01 .case_lis_active b {
  color: #fff;
}

.case_back .case_a .case_b .case_uls01 .case_lis_active .case_icon01 {
  display: none;
}

.case_back .case_a .case_b .case_uls01 .case_lis_active .case_icon02 {
  display: block;
}

.case_back .case_a .case_b .swiper04 {
  position: relative;
}

.case_back .case_a .case_b .swiper04 .swiper-slide img {
  width: 100%;
}

.case_back .case_a .case_b .swiper04 .swiper-slide-prev {
  margin-left: -150px;
}

.case_back .case_a .case_b .swiper04 .swiper-slide-active {
  margin-left: 300px;
}

.case_back .case_a .case_b .swiper04 .prev04 {
  width: 40px;
  height: 80px;
  background: url(../esimg/icon/sw04_fl.png) no-repeat center;
  background-size: cover;
  left: 666px;
}

.case_back .case_a .case_b .swiper04 .next04 {
  width: 40px;
  height: 80px;
  background: url(../esimg/icon/sw04_fr.png) no-repeat center;
  background-size: cover;
  right: 366px;
}

.case_back .case_a .ckgd_a {
  border: 1px solid #ffff;
  margin-top: 60px;
}

.case_back .case_a .ckgd_a i {
  color: #fff;
}

.case_back .case_a .ckgd_a:hover {
  border: 1px solid #27529c;
}

.i_new_back {
  background: url(../esimg/img/i_new_back.png) no-repeat center;
  background-size: cover;
}

.i_new {
  padding: 80px 0 100px;
}

.i_new .i_new_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.i_new .i_new_top .title {
  display: flex;
  align-items: center;
}

.i_new .i_new_top .title img {
  margin-right: 20px;
}

.i_new .i_new_top ul {
  display: flex;
  align-items: center;
}

.i_new .i_new_top ul li {
  margin: 0 8px;
}

.i_new .i_new_top ul .i_new_lis {
  transition: all 0.5s;
  border-radius: 5px;
}

.i_new .i_new_top ul .i_new_lis a {
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  color: #999;
  transition: all 0.5s;
}

.i_new .i_new_top ul .i_new_lis:hover a {
  color: #27529c;
  transition: all 0.5s;
}

.i_new .i_new_top ul .i_new_active a {
  font-weight: bold;
  color: #27529c;
}

.i_new .i_new_top ul .learn_more a {
  color: #999;
  font-size: 20px;
}

.i_new .i_new_a {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.i_new .i_new_a .i_new_fl {
  width: 49%;
}

.i_new .i_new_a .i_new_fl a {
  position: relative;
}

.i_new .i_new_a .i_new_fl a > img {
  width: 100%;
}

.i_new .i_new_a .i_new_fl a > span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  background-color: rgba(39, 82, 156, 0.6);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.i_new .i_new_a .i_new_fl a > span span b {
  width: 90%;
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_new .i_new_a .i_new_fl a > span span i {
  width: 90%;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.i_new .i_new_a .i_new_fr {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i_new .i_new_a .i_new_fr .i_new_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  background-color: #fff;
  padding: 28px 40px;
  border-radius: 5px;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_date {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #27529c;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_date b {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 2px;
  color: #27529c;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_date i {
  display: block;
  line-height: 1;
  color: #27529c;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_text {
  width: 80%;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_text h5 a {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_text p {
  margin-top: 8px;
}

.i_new .i_new_a .i_new_fr .i_new_b .i_new_text p a {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.i_new .i_new_a .i_new_fr .i_new_b:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.i_new .i_new_a .i_new_fr .i_new_b:hover .i_new_date {
  border: 1px solid #fff;
}

.i_new .i_new_a .i_new_fr .i_new_b:hover .i_new_date i,
.i_new .i_new_a .i_new_fr .i_new_b:hover .i_new_date b {
  color: #fff;
}

.i_new .i_new_a .i_new_fr .i_new_b:hover .i_new_text h5 a,
.i_new .i_new_a .i_new_fr .i_new_b:hover .i_new_text p a {
  color: #fff;
}

.message_back {
  background: url(../esimg/img/message_bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

.message_back .message_a {
  display: flex;
  justify-content: space-between;
}

.message_back .message_a .message_fl {
  width: 42%;
}

.message_back .message_a .message_fl ul {
  display: flex;
  align-items: center;
}

.message_back .message_a .message_fl ul li {
  display: flex;
  align-items: center;
}

.message_back .message_a .message_fl ul li p {
  font-size: 16px;
  color: #666;
}

.message_back .message_a .message_fl ul li img {
  width: 30px;
}

.message_back .message_a .message_fl ul li span {
  margin: 0 12px;
  color: #d8d8d8;
}

.message_back .message_a .message_fl > b {
  display: block;
  font-size: 40px;
  color: #27529c;
  font-weight: bold;
  margin-top: 40px;
}

.message_back .message_a .message_fl > p {
  font-size: 24px;
  color: #5f6c82;
  margin: 20px 0 60px;
}

.message_back .message_a .message_fl .message_phone {
  display: flex;
  align-items: center;
}

.message_back .message_a .message_fl .message_phone img {
  margin-right: 12px;
}

.message_back .message_a .message_fl .message_phone i {
  display: block;
  font-size: 18px;
  color: #27529c;
  margin-left: 5px;
}

.message_back .message_a .message_fl .message_phone em {
  display: block;
  font-size: 28px;
  color: #27529c;
  font-style: normal;
}

.message_back .message_a .message_fr {
  width: 56%;
}

.message_back .message_a .message_fr form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message_back .message_a .message_fr form input {
  width: 48%;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "微软雅黑";
}

.message_back .message_a .message_fr form textarea {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  font-family: "微软雅黑";
  padding: 20px 0 0 20px;
  margin-bottom: 20px;
}

.message_back .message_a .message_fr form button {
  width: 180px;
  height: 50px;
  background-color: #27529c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.message_back .message_a .message_fr form button p {
  margin-right: 32px;
  color: #fff;
}

.message_back .message_a .message_fr form button:hover {
  transform: scale(0.95);
  transition: all 0.5s;
}

footer {
  background-color: #12171e;
  padding: 60px 0 0 0;
}

footer .foot_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .foot_top .foot_top_fl .foot_top_icon {
  display: flex;
  align-items: flex-start;
}

footer .foot_top .foot_top_fl .foot_top_icon img {
  margin-top: 5px;
}

footer .foot_top .foot_top_fl .foot_top_icon p {
  color: #fff;
  line-height: 28px;
  margin-left: 10px;
}

footer .foot_top .foot_nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

footer .foot_top .foot_nav .foot_nav_line {
  width: 100%;
  height: 1px;
  background-color: #2f353d;
  position: absolute;
  top: 30px;
  left: 0;
}

footer .foot_top .foot_nav .foot_one1 > a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

footer .foot_top .foot_nav .foot_one1 > a:hover {
  color: #27529c;
}

footer .foot_top .foot_nav .foot_one1 > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
}

footer .foot_top .foot_nav .foot_one1 .foot_one2 {
  display: flex;
}

footer .foot_top .foot_nav .foot_one1 .foot_one2 ul {
  margin-right: 20px;
}

footer .foot_top .foot_nav .foot_one1 ul li a {
  color: #777777;
  font-size: 12px;
  line-height: 30px;
}

footer .foot_top .foot_nav .foot_one1 ul li a:hover {
  color: #27529c;
}

footer .foot_top .foot_qr {
  text-align: center;
}

footer .foot_top .foot_qr p {
  color: #777;
  margin-top: 14px;
}

footer .foot_bot {
  margin-top: 80px;
  border-top: 1px solid #2f353d;
  padding: 14px 0;
}

footer .foot_bot .foot_bot_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

footer .foot_bot .foot_bot_box .foot_bot_fl p {
  display: flex;
  align-items: center;
  color: #666;
}

footer .foot_bot .foot_bot_box .foot_bot_fl p a {
  color: #666;
}

footer .foot_bot .foot_bot_box .foot_bot_fr {
  display: flex;
  align-items: center;
}

footer .foot_bot .foot_bot_box .foot_bot_fr a {
  color: #666;
}

footer .foot_bot .foot_bot_box .foot_bot_fr span {
  margin: 0 5px;
  color: #666;
}

/* 内页 产品 */
.cp01_a {
  padding: 80px 0 50px;
}

.cp01_a .cp01_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.cp01_a .cp01_b .cp01_c {
  width: 23%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 2px 2px 10px 0px rgba(0, 27, 73, 0.1);
  transition: all 0.5s;
  margin-right: calc(8% / 3);
}

.cp01_a .cp01_b .cp01_c:nth-child(4n) {
  margin-right: 0;
}

.cp01_a .cp01_b .cp01_c > a {
  width: 100%;
}

.cp01_a .cp01_b .cp01_c > a > img {
  width: 100%;
}

.cp01_a .cp01_b .cp01_c .sw02_text {
  padding: 0 24px 30px;
}

.cp01_a .cp01_b .cp01_c .sw02_text i {
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp01_a .cp01_b .cp01_c .sw02_text p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.cp01_a .cp01_b .cp01_c .sw02_text p b {
  font-size: 22px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp01_a .cp01_b .cp01_c .sw02_text p a .jt_icon02 {
  display: none;
}

.cp01_a .cp01_b .cp01_c:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.cp01_a .cp01_b .cp01_c:hover .sw02_text i {
  color: #fff;
}

.cp01_a .cp01_b .cp01_c:hover .sw02_text p b {
  color: #fff;
}

.cp01_a .cp01_b .cp01_c:hover .sw02_text p a .jt_icon01 {
  display: none;
}

.cp01_a .cp01_b .cp01_c:hover .sw02_text p a .jt_icon02 {
  display: block;
}

/* 产品详情 */
.cpxq_a {
  margin: 60px auto 100px;
}

.cpxq_a .cpxq_fl {
  width: 79%;
}

.cpxq_a .cpxq_fl h5 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}

.cpxq_a .cpxq_fl h5::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #27529c;
}

.cpxq_a .cpxq_fl p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.cpxq_a .cpxq_fl .cpxq_fl_a {
  display: flex;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_b {
  width: 400px;
  height: 400px;
  background-color: #f1f2f5;
  position: relative;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_b .cpxq_img_fl {
  width: 100%;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_b .cpxq_bt {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title {
  flex: 1;
  padding: 50px;
  background: url(../esimg/img/cp02_bg.png) no-repeat center;
  background-size: cover;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title h5 {
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 20px 0;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title h5::after {
  display: none;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title h6 {
  font-size: 16px;
  color: #27529c;
  font-weight: bold;
  margin: 20px 0 6px;
}

.cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.cpxq_a .cpxq_fl_b ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.cpxq_a .cpxq_fl_b ul li {
  margin-right: 60px;
}

.cpxq_a .cpxq_fl_b ul li i {
  display: block;
  text-align: center;
  color: #666;
  line-height: 30px;
  margin-top: 6px;
}

.cpxq_a .cpxq_fl_c ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.cpxq_a .cpxq_fl_c ul li {
  width: 20%;
}

.cpxq_a .cpxq_fl_c ul li img {
  width: 100%;
}

.cpxq_a .cpxq_fl_d img {
  width: 100%;
  background-color: #000;
}

.cpxq_a .cpxq_fl_f ul {
  display: flex;
  flex-wrap: wrap;
}

.cpxq_a .cpxq_fl_f ul li {
  width: 30%;
  margin-right: calc(10% / 3);
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.cpxq_a .cpxq_fl_f ul li img {
  margin-right: 14px;
}

.cpxq_a .cpxq_fl_f ul li .cpxq_f_text b {
  font-size: 18px;
}

.cpxq_a .cpxq_fl_f ul li .cpxq_f_text p {
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}

.cpxq_a .cpxq_fl_f ul li:nth-child(3n) {
  margin-right: 0;
}

.cpxq_a .cpxq_fl_g .swiper06 {
  overflow: hidden;
  position: relative;
}

.cpxq_a .cpxq_fl_g .swiper06 .swiper-slide img {
  width: 100%;
}

.cpxq_a .cpxq_fl_g .swiper06 .prev06 {
  width: 40px;
  height: 80px;
  background: url(../esimg/icon/sw04_fl.png) no-repeat center;
  background-size: cover;
  left: 0;
}

.cpxq_a .cpxq_fl_g .swiper06 .next06 {
  width: 40px;
  height: 80px;
  background: url(../esimg/icon/sw04_fr.png) no-repeat center;
  background-size: cover;
  right: 0;
}

.cpxq_a .cpxq_fr {
  width: 19%;
}

.cpxq_a .cpxq_fr h5 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 20px;
}

.cpxq_a .cpxq_fr ul li {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 2px 2px 10px 0px rgba(0, 27, 73, 0.1);
  transition: all 0.5s;
}

.cpxq_a .cpxq_fr ul li a img {
  width: 100%;
  background-color: #f1f2f5;
}

.cpxq_a .cpxq_fr ul li a b {
  display: block;
  font-size: 18px;
  line-height: 52px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

.cpxq_a .cpxq_fr ul li:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.cpxq_a .cpxq_fr ul li:hover a b {
  color: #fff;
  transition: all 0.5s;
}

.cpxq_a p img {
  width: 100%;
}

.jm_advantage .jm_advantage_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  margin-bottom: 30px;
  background-color: #f1f3f6;
}

.jm_advantage .jm_advantage_a .jm_advantage_img {
  width: 460px;
}

.jm_advantage .jm_advantage_a .jm_advantage_img img {
  width: 100%;
}

.jm_advantage .jm_advantage_a .jm_advantage_text {
  flex: 1;
  padding: 0 60px;
}

.jm_advantage .jm_advantage_a .jm_advantage_text b {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}

.jm_advantage .jm_advantage_a .jm_advantage_text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  position: relative;
  padding-left: 10px;
}

.jm_advantage .jm_advantage_a .jm_advantage_text p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #27529c;
  position: absolute;
  left: 0;
  top: 13px;
}

.jm_condition ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.jm_condition ul li {
  width: 25%;
  margin-bottom: 80px;
}

.jm_condition ul li img {
  width: 60px;
  margin: 0 auto;
}

.jm_condition ul li p {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
}

.jm_path {
  background: url(../esimg/img/jm_path_bg.png) no-repeat center;
  background-size: cover;
  padding: 1px 0 110px;
}

.jm_path ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.jm_path ul li h6 {
  font-size: 40px;
  color: #27529c;
  padding-right: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #27529c;
  box-sizing: content-box;
  margin-top: 20px;
  padding-bottom: 20px;
}

.jm_path ul li .jm_path_text {
  width: 770px;
  height: 100%;
  padding: 0 40px;
  margin-left: 52px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.jm_path ul li .jm_path_text b {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.jm_path ul li .jm_path_text p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.jm_path ul li .jm_path_text::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../esimg/icon/small_icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
}

.jm_path ul .jm_path_lis {
  height: 126px;
}

.gy02_qyry {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.gy02_qyry ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.gy02_qyry ul li {
  width: 30%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 28, 71, 0.08);
  margin-right: calc(10% / 3);
  padding: 20px;
  margin-bottom: 40px;
  transition: all 0.5s;
}

.gy02_qyry ul li:nth-child(3n) {
  margin-right: 0;
}

.gy02_qyry ul li .gy02_qyry_img {
  height: 300px;
  background-color: #f1f2f5;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gy02_qyry ul li .gy02_qyry_text {
  padding: 24px 0 0;
}

.gy02_qyry ul li .gy02_qyry_text i {
  font-size: 18px;
  transition: all 0.5s;
}

.gy02_qyry ul li .gy02_qyry_text p {
  font-size: 18px;
  color: #666;
  margin-top: 6px;
  transition: all 0.5s;
}

.gy02_qyry ul li:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.gy02_qyry ul li:hover .gy02_qyry_text i {
  color: #fff;
  transition: all 0.5s;
}

.gy02_qyry ul li:hover .gy02_qyry_text p {
  color: #fff;
  transition: all 0.5s;
}

.gy01_jj .about_back {
  padding: 160px 0 90px;
  background: url(../esimg/img/about_bg01.png) no-repeat center, url(../esimg/img/about_bg02.png) no-repeat 100% 60px;
}

.gy01_jj .about_back .about_a .about_b p {
  margin-bottom: 40px;
}

.gy01_jj .about_back .about_a .about_b p span {
  display: block;
  height: 14px;
}

.gy01_jj .about_back .about_a .about_b ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.gy01_jj .about_back .about_a .about_b ul li {
  text-align: center;
}

.gy01_jj .about_back .about_a .about_b ul li img {
  margin: 0 auto;
}

.gy01_jj .about_back .about_a .about_b ul li p {
  margin: 12px 0;
}

.gy01_qywh {
  margin-bottom: 100px;
}

.gy01_qywh ul {
  display: flex;
  flex-wrap: wrap;
  background: url(../esimg/img/gy01_qywh_bg.png) no-repeat center;
  background-size: cover;
}

.gy01_qywh ul li {
  width: calc(100% / 3);
  height: 320px;
  padding: 110px 0 0 60px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  transition: all 0.5s;
}

.gy01_qywh ul li b {
  color: #fff;
  font-size: 24px;
}

.gy01_qywh ul li p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  opacity: 0.8;
}

.gy01_qywh ul li:hover {
  background-color: rgba(39, 82, 156, 0.7);
  transition: all 0.5s;
}

.gy01_fzlc {
  background: url(../esimg/img/sw06_bg.png) no-repeat center;
  background-size: cover;
  padding: 1px 0 100px 0;
}

.gy01_fzlc .swiper06 {
  overflow: hidden;
  padding-top: 120px;
  position: relative;
}

.gy01_fzlc .swiper06 .swiper-slide {
  height: 340px;
  padding: 70px 60px 0;
  border-radius: 8px;
  transition: all 0.5s;
  position: relative;
}

.gy01_fzlc .swiper06 .swiper-slide .small_icon {
  margin-top: 22px;
}

.gy01_fzlc .swiper06 .swiper-slide b {
  font-size: 28px;
  color: #666;
}

.gy01_fzlc .swiper06 .swiper-slide p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  opacity: 0.9;
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
}

.gy01_fzlc .swiper06 .swiper-slide p::after {
  content: "";
  display: block;
  background-color: #27529c;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 15px;
}

.gy01_fzlc .swiper06 .swiper-slide:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.gy01_fzlc .swiper06 .swiper-slide:hover b,
.gy01_fzlc .swiper06 .swiper-slide:hover p {
  color: #fff;
}

.gy01_fzlc .swiper06 .swiper-slide-active {
  background-color: #27529c;
}

.gy01_fzlc .swiper06 .swiper-slide-active b,
.gy01_fzlc .swiper06 .swiper-slide-active p {
  color: #fff;
}

.gy01_fzlc .swiper06 .pagination06 {
  bottom: auto;
  top: 20px;
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet {
  width: 70px;
  height: 32px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 60px;
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet::after {
  display: block;
  width: 70px;
  height: 32px;
  font-size: 28px;
  color: #27529c;
  opacity: 0.4;
  font-weight: bold;
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet:nth-child(1)::after {
  content: "2015";
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet:nth-child(2)::after {
  content: "2020";
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet:nth-child(3)::after {
  content: "2021";
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet:nth-child(4)::after {
  content: "2022";
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet:nth-child(5)::after {
  content: "2023";
}

.gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.gy01_fzlc .swiper06 .prev06 {
  width: 34px;
  height: 34px;
  background: url(../esimg/icon/btn_lefl3_nor.png) no-repeat center;
  background-size: cover;
  top: 46px;
  left: 60px;
}

.gy01_fzlc .swiper06 .next06 {
  width: 34px;
  height: 34px;
  background: url(../esimg/icon/btn_right3_sel.png) no-repeat center;
  background-size: cover;
  top: 46px;
  right: 60px;
}

.gy01_fzlc .swiper06 .sw06_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #b0ccfc;
  position: absolute;
  bottom: 44.3%;
  z-index: 10;
}

.gy01_zzjg {
  background: url(../esimg/img/bg_zuzhijiagou.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}

.gy01_zzjg .title03 h5 {
  color: #fff;
}

.gy01_zzjg .zzjg_uls {
  display: flex;
  justify-content: space-between;
  justify-content: space-evenly;
}

.gy01_zzjg .zzjg_uls .zzjg_lis {
  margin-top: 80px;
}

.gy01_zzjg .zzjg_uls .zzjg_lis ul {
  width: 240px;
  border-radius: 8px;
  background-color: #fff;
  padding: 64px 0 20px;
}

.gy01_zzjg .zzjg_uls .zzjg_lis ul li {
  color: #27529c;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #cedbf1;
  margin: 0 auto 20px;
  text-align: center;
}

.gy01_zzjg .zzjg_uls .zzjg_lis ul li:first-child {
  margin: -90px auto 40px;
  font-weight: bold;
  background-color: #27529c;
  color: #fff;
}

.al01_a .al01_uls01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  align-items: flex-start;
  margin-bottom: 50px;
}

.al01_a .al01_uls01 a {
  width: 24%;
  border: 2px solid #dae0e9;
  text-align: center;
  padding: 24px 0;
  font-size: 24px;
}

.al01_a .al01_uls01 a:hover {
  background: url(../esimg/img/shape_sel.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  padding: 29px 0;
  border: 2px solid transparent;
  margin-top: -1px;
}

.al01_a .al01_uls01 .al01_a_active {
  background: url(../esimg/img/shape_sel.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  padding: 29px 0;
  border: 2px solid transparent;
  margin-top: -1px;
}

.al01_a .al01_p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  flex-wrap: wrap;
}

.al01_a .al01_p p {
  width: 48%;
  overflow: hidden;
  margin-bottom: 40px;
}

.al01_a .al01_p p img {
  width: 100%;
  transition: all 0.8s;
}

.al01_a .al01_p p img:hover {
  transform: scale(0.95);
  transition: all 0.8s;
}

.al01_hzpp {
  margin: 120px auto;
}

.al01_hzpp ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.al01_hzpp ul li img:hover {
  transform: rotateY(360deg);
  transition: all 2s;
}

.al01_fwwl {
  width: 100%;
  overflow: hidden;
}

.al01_fwwl .al01_fwwl_img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all 0.5s;
  position: relative;
}

.al01_fwwl .al01_fwwl_img img {
  width: 100%;
}

.al01_fwwl .al01_fwwl_img .al01_fwwl_text {
  position: absolute;
  top: 40%;
  left: 13.5%;
}

.al01_fwwl .al01_fwwl_img .al01_fwwl_text h5 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.al01_fwwl .al01_fwwl_img .al01_fwwl_text h6 {
  opacity: 0.3;
  font-size: 40px;
  color: #fff;
}

.al01_custom {
  padding-bottom: 60px;
}

.al01_custom .al01_custom_uls .al01_custom_lis {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text {
  width: 1100px;
  padding: 40px 30px;
  margin: 0 20px;
  border: 1px solid #ddd;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}

.al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text i {
  width: 42px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text span {
  display: block;
  color: #eee;
  line-height: 30px;
  margin: 0 20px;
}

.al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text p {
  font-size: 16px;
  line-height: 30px;
  flex: 1;
}

.al01_custom .al01_custom_uls .al01_custom_lis01 {
  justify-content: flex-end;
}

.new_nav {
  height: 80px;
  box-shadow: 0px 2px 10px 0px rgba(32, 41, 56, 0.1);
  position: relative;
  z-index: 10;
}

.new_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.new_nav ul li {
  margin: 0 40px;
}

.new_nav ul li a {
  font-size: 18px;
  color: #999;
  transition: all 0.5s;
}

.new_nav ul li:hover a {
  color: #27529c;
  transition: all 0.5s;
  position: relative;
}

.new_nav ul li:hover a::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #27529c;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
}

.new_nav ul .new_lis_active a {
  color: #27529c;
  font-weight: bold;
  position: relative;
}

.new_nav ul .new_lis_active a::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #27529c;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
}

.new01_back {
  background-color: #f8f8f8;
  padding: 60px 0 60px;
}

.new01_back .new01_a .new_lis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  background-color: #fff;
  padding: 45px;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.new01_back .new01_a .new_lis .new_lis_date {
  width: 106px;
  height: 106px;
  border: 1px solid #ccc;
}

.new01_back .new01_a .new_lis .new_lis_date b {
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  padding: 6px 0;
  font-size: 44px;
  font-weight: bold;
}

.new01_back .new01_a .new_lis .new_lis_date i {
  display: block;
  text-align: center;
  color: #999;
}

.new01_back .new01_a .new_lis .new_lis_text {
  width: 80%;
}

.new01_back .new01_a .new_lis .new_lis_text h5 a {
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new01_back .new01_a .new_lis .new_lis_text p {
  margin-top: 12px;
}

.new01_back .new01_a .new_lis .new_lis_text p a {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.new01_back .new01_a .new_lis .btn_jt02 {
  display: none;
}

.new01_back .new01_a .new_lis:hover {
  background-color: #27529c;
  transition: all 0.5s;
}

.new01_back .new01_a .new_lis:hover .new_lis_date {
  border: 1px solid #fff;
}

.new01_back .new01_a .new_lis:hover .new_lis_date b,
.new01_back .new01_a .new_lis:hover .new_lis_date i {
  color: #fff;
}

.new01_back .new01_a .new_lis:hover .new_lis_text h5 a {
  color: #fff;
}

.new01_back .new01_a .new_lis:hover .new_lis_text p a {
  color: #fff;
  opacity: 0.8;
}

.new01_back .new01_a .new_lis:hover .btn_jt01 {
  display: none;
}

.new01_back .new01_a .new_lis:hover .btn_jt02 {
  display: block;
}

.xwxq_a {
  margin-top: 80px;
}

.xwxq_a .xwxq_fl {
  width: 78%;
}

.xwxq_a .xwxq_fl h5 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.xwxq_a .xwxq_fl .xwxq_title_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.xwxq_a .xwxq_fl .xwxq_title_icon img {
  margin-right: 4px;
}

.xwxq_a .xwxq_fl .xwxq_title_icon i {
  font-size: 16px;
  color: #999;
}

.xwxq_a .xwxq_fl .xwxq_title_icon span {
  display: block;
  margin: 0 20px;
  color: #999;
}

.xwxq_a .xwxq_fl .xwxq_text {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0 80px;
}

.xwxq_a .xwxq_fl .xwxq_text a {
  display: inline-block;
}

.xwxq_a .xwxq_fl p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.xwxq_a .xwxq_fl p img {
  margin: 20px auto;
}

.xwxq_a .xwxq_fl .xwxq_return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  margin: 20px 0 100px;
}

.xwxq_a .xwxq_fl .xwxq_return a {
  height: 130px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xwxq_a .xwxq_fl .xwxq_return a i {
  display: block;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx {
  align-items: flex-start;
  width: 42%;
  padding: 0 40px;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx i {
  color: #666;
  font-size: 16px;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx:hover {
  background: url(../esimg/img/btn_next_sel.png) no-repeat center;
  background-size: cover;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx:hover span,
.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx:hover i {
  color: #fff;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_bt {
  width: 12%;
}

.xwxq_a .xwxq_fl .xwxq_return .xwxq_return_bt span {
  font-size: 18px;
  display: block;
  margin-top: 12px;
}

.xwxq_a .xwxq_fr {
  width: 19%;
}

.xwxq_a .xwxq_fr h5 {
  font-size: 28px;
  font-weight: bold;
}

.xwxq_a .xwxq_fr ul {
  background-color: #f5f6f9;
  padding: 0 20px;
  margin-top: 20px;
}

.xwxq_a .xwxq_fr ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.xwxq_a .xwxq_fr ul li p a {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}

.xwxq_a .xwxq_fr ul li .xwxq_fr_jt .xwxq_fr_jt02 {
  display: none;
}

.xwxq_a .xwxq_fr ul li:last-child {
  border-bottom: none;
}

.xwxq_a .xwxq_fr ul li:hover p a {
  color: #27529c;
}

.xwxq_a .xwxq_fr ul li:hover .xwxq_fr_jt .xwxq_fr_jt01 {
  display: none;
}

.xwxq_a .xwxq_fr ul li:hover .xwxq_fr_jt .xwxq_fr_jt02 {
  display: block;
}

.new03_back {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.new03_back .new03_zswd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  flex-wrap: wrap;
}

.new03_back .new03_zswd .new03_lis {
  width: 48%;
  height: 280px;
  margin-bottom: 40px;
  background: url(../esimg/img/xiushi_card.png) no-repeat center;
  background-size: cover;
  background-color: #fff;
  padding: 40px 60px;
}

.new03_back .new03_zswd .new03_lis b {
  font-size: 24px;
  font-weight: normal;
  position: relative;
}

.new03_back .new03_zswd .new03_lis b::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 6px;
  background: url(../esimg/icon/xiushi_title3.png) no-repeat center;
  background-size: cover;
}

.new03_back .new03_zswd .new03_lis p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.new03_back .new03_zswd .new03_lis a {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
}

.new03_back .new03_zswd .new03_lis a img {
  margin-left: 10px;
}

.new03_back .new03_zswd .new03_lis a .jt_icon02 {
  display: none;
}

.new03_back .new03_zswd .new03_lis:hover a {
  color: #27529c;
}

.new03_back .new03_zswd .new03_lis:hover a .jt_icon01 {
  display: none;
}

.new03_back .new03_zswd .new03_lis:hover a .jt_icon02 {
  display: block;
}

.lxwm_message {
  padding: 60px 0 0 0;
}

.lxwm_message .title {
  display: flex;
  align-items: center;
}

.lxwm_message .title h5 {
  margin: 0 14px;
}

.lxwm_message form {
  margin: 40px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lxwm_message form .form_inp {
  width: 40%;
}

.lxwm_message form .form_inp .inp_lis {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.lxwm_message form .form_inp .inp_lis p {
  width: 40px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
}

.lxwm_message form .form_inp .inp_lis p span {
  position: absolute;
  top: 0;
  right: 0px;
  color: #ff1010;
}

.lxwm_message form .form_inp .inp_lis input {
  flex: 1;
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  padding-left: 20px;
  font-size: 16px;
  font-family: "微软雅黑";
}

.lxwm_message form .form_te {
  width: 56%;
  padding-bottom: 24px;
}

.lxwm_message form .form_te .inp_lis {
  height: 100%;
  display: flex;
}

.lxwm_message form .form_te .inp_lis p {
  width: 40px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
  top: 10px;
}

.lxwm_message form .form_te .inp_lis p span {
  position: absolute;
  top: 0;
  right: 0px;
  color: #ff1010;
}

.lxwm_message form .form_te .inp_lis textarea {
  flex: 1;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #666;
  padding: 10px 0 0 20px;
  line-height: 1.5;
  font-family: "微软雅黑";
}

.lxwm_message form .form_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lxwm_message form .form_btn button {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.lxwm_message form .form_btn button p {
  margin-right: 30px;
  color: #fff;
}

.lxwm_message form .form_btn .form_resetting {
  background-color: #ccc;
}

.lxwm_message form .form_btn .form_submit {
  background-color: #27529c;
  margin-left: 24px;
}

.lxwm_map {
  height: 600px;
  position: relative;
}

.lxwm_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.lxwm_map .lxwm_map_text {
  width: 524px;
  height: 320px;
  background-color: #27529c;
  border-radius: 12px;
  position: absolute;
  top: 140px;
  left: 260px;
  padding: 60px;
}

.lxwm_map .lxwm_map_text b {
  font-size: 28px;
  color: #fff;
}

.lxwm_map .lxwm_map_text > p {
  font-size: 18px;
  color: #fff;
  margin-top: 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}

.lxwm_map .lxwm_map_text .map_icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lxwm_map .lxwm_map_text .map_icon .map_icon_lis {
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.lxwm_map .lxwm_map_text .map_icon .map_icon_lis img {
  margin-right: 10px;
}

.lxwm_map .lxwm_map_text .map_icon .map_icon_lis p {
  color: #fff;
  font-size: 16px;
  word-break: break-all;
}

.foot_link {
  display: flex;
  line-height: 30px;
  flex-wrap: wrap;
  padding: 10px 30px;
}

.foot_link a {
  margin: 0 5px;
}
.swiper06-top-year {
  display: block;
  width: 100%;
  height: 32px;
  font-size: 28px;
  color: #27529c;
  opacity: 0.4;
  font-weight: bold;
  text-align: center;
}
.swiper-slide-active .swiper06-top-year {
  opacity: 1;
}
.swiper06-1 {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: -54px;
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner_a .header_container .header_box .nav {
    margin-left: 5%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .main {
    width: 90%;
  }

  .icon_ent01 {
    display: none !important;
  }

  .banner_a .header_container .header_box .nav {
    margin-left: 0;
  }

  .banner_a .header_container .header_box .nav .nav_uls01 > li > a {
    font-size: 16px;
  }

  .banner_a .swiper01 img,
  .banner_a .swiper01 .swiper-slide a img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all 0.5s;
  }

  .banner_a .header_container .header_box .nav .nav_uls01 > li .nav_uls02 {
    width: 200%;
    left: -50%;
  }

  .message_back .message_a .message_fl > b {
    font-size: 24px;
  }

  .message_back .message_a .message_fl > p {
    font-size: 20px;
  }

  .message_back .message_a .message_fl ul li p {
    font-size: 14px;
  }

  .message_back .message_a .message_fl ul li span {
    margin: 0;
  }

  /* 内页banner */
  .banner_n .swiper01 {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all 0.5s;
  }

  .banner_n .swiper01 > img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all 0.5s;
  }

  .develop_back .develop_a ul li p {
    font-size: 16px;
    line-height: 1.5;
  }

  .develop_back .develop_a ul li {
    height: auto;
    padding: 40px;
  }

  .reason_back .reason_a {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 80px 0 120px;
    background-size: 50% 100%;
  }

  .reason_back .reason_a .reason_b .swiper03 {
    width: 46%;
  }

  .reason_back .reason_a .reason_b .swiper03 .pagination03 {
    left: 5%;
  }

  .about_back {
    width: 100%;
    left: 0;
    margin-left: 0;
    background-size: 50%;
    padding: 80px 0;
  }

  .case_back .case_a .case_b {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all 0.5s;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis {
    width: 180px;
    height: 73px;
    padding: 0 10px;
  }

  .case_back .case_a .case_b .case_uls01 {
    left: 352px;
  }

  .case_back .case_a .case_b .swiper04 .swiper-slide-prev {
    margin-left: -100px;
  }

  .case_back .case_a .case_b .swiper04 .swiper-slide-active {
    margin-left: 200px;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis b {
    font-size: 16px;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis img {
    width: 30px;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis i {
    font-size: 14px;
  }

  .case_back .case_a .case_b .swiper04 .prev04 {
    left: 532px;
  }

  .case_back .case_a .case_b .swiper04 .next04 {
    right: 332px;
  }

  .reason_back .reason_a .reason_z {
    right: 25%;
    bottom: 50px;
  }

  .banner_a .header_container .header_box .nav .nav_uls01 > li > a {
    padding: 0;
  }

  .banner_a .header_container .header_box .nav .nav_uls01 li > a::after {
    display: none !important;
  }

  /* 内页产品 */
  .cp01_a .cp01_b .cp01_c .sw02_text p b {
    font-size: 16px;
  }

  .cp01_a .cp01_b .cp01_c .sw02_text {
    padding: 0 24px 20px;
  }

  .gy02_qyry ul li .gy02_qyry_img {
    height: 220px;
  }

  .gy02_qyry ul li .gy02_qyry_img img {
    height: 100%;
  }

  .gy01_jj .about_back {
    padding: 60px 0 0px;
    background: url(../esimg/img/about_bg01.png) no-repeat center, url(../esimg/img/about_bg02.png) no-repeat right center;
    background-size: 56%;
  }

  .gy01_fzlc .swiper06 .swiper-slide {
    padding: 30px 30px 0;
  }

  .gy01_fzlc .swiper06 .sw06_line {
    bottom: 52.8%;
  }

  .gy01_zzjg .zzjg_uls .zzjg_lis ul {
    width: 200px;
  }

  .gy01_jj .about_back .about_a .about_b ul li img {
    width: 50px;
  }

  .al01_fwwl .al01_fwwl_img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .al01_fwwl .al01_fwwl_img .al01_fwwl_text {
    left: 5%;
  }

  .al01_hzpp ul li {
    width: 18%;
  }

  .al01_hzpp ul li img {
    width: 100%;
  }

  .new01_back .new01_a .new_lis .new_lis_text {
    width: 76%;
  }

  .xwxq_a .xwxq_fl p img {
    width: 100%;
  }

  .lxwm_map .lxwm_map_text {
    left: 5%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet {
    margin: 0 30px;
  }

  footer .foot_top .foot_top_fl {
    width: 20%;
  }

  footer .foot_top .foot_nav .foot_one1 > a {
    font-size: 14px;
  }

  footer .foot_top .foot_qr {
    width: 100px;
  }

  footer .foot_top .foot_qr img {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  .title h5 {
    font-size: 20px;
  }

  .title .title_img p {
    font-size: 14px;
    margin: 0 10px;
  }

  .title .title_img img {
    width: 20px;
  }

  .title04 {
    margin: 40px 0 20px;
  }

  .ckgd_a {
    width: 120px;
    padding: 12px 16px;
    margin: 0;
  }

  .ckgd_a i {
    font-size: 14px;
  }

  .ckgd_a img {
    width: 24px;
  }

  .banner_n .swiper01 {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all 0.5s;
  }

  .banner_n .swiper01 img {
    width: 100%;
    margin-left: -50%;
  }

  .container {
    padding: 0 10px;
  }

  .banner_a .swiper01 .swiper-slide a img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all 0.5s;
  }

  .banner_a .swiper01 .pagination01 {
    bottom: 10px;
  }

  .banner_a .swiper01 .pagination01 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner_a .swiper01 .pagination01 .swiper-pagination-bullet-active {
    width: 30px;
  }

  /* 手机导航 */
  .t_nav {
    width: 100%;
    height: 90px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    background-color: #f7f7f7;
  }

  .t_nav .t_logo {
    display: block;
    height: 36px;
  }

  .t_nav .t_logo img {
    display: block;
    height: 100%;
  }

  .t_nav .t_bt img {
    width: 26px;
  }

  .t_nav .t_hk {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  }

  .t_nav .t_hk .t_fr {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 80px;
    position: relative;
  }

  .t_nav .t_hk .t_fr .t_gb {
    position: absolute;
    top: 5%;
    right: 8%;
    cursor: pointer;
  }

  .t_nav .t_hk .t_fr .t_gb img {
    width: 25px;
  }

  .t_nav .t_hk .on {
    line-height: 50px;
  }

  .t_nav .t_hk .on a {
    font: 16px/50px "微软雅黑";
    padding-left: 8vw;
  }

  .t_nav .t_hk .on:hover > a {
    width: 100%;
    line-height: 50px;
    color: #344394;
    font-weight: bold;
    background-color: #eee;
  }

  .t_nav .t_hk .on ul {
    display: none;
  }

  .t_nav .t_hk .t01_active > a {
    width: 100%;
    line-height: 50px;
    color: #344394;
    font-weight: bold;
    background-color: #eee;
  }

  .t_nav .t_hk .t01_active ul {
    display: block;
    height: auto;
  }

  .t_nav .t_hk .t01_active ul li {
    height: 50px;
  }

  .t_nav .t_hk .t01_active ul li a {
    display: block;
    line-height: 50px;
    padding-left: 12vw;
  }

  .i_product_back {
    padding: 40px 0 50px;
  }

  .i_product .tel_product_uls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .i_product .title h5 {
    text-align: left;
  }

  .i_product .title .title_img {
    justify-content: flex-start;
  }

  .i_product .i_product_uls {
    margin: 0;
  }

  .i_product .i_product_uls a {
    font-size: 14px;
  }

  .i_product .i_product_uls span {
    font-size: 12px;
    line-height: 1;
    color: #d8d8d8;
    margin: 0 6px;
  }

  .i_product .sw02_uls {
    margin-bottom: 40px;
  }

  .i_product .sw02_uls .swiper02 .swiper-slide .sw02_text {
    padding: 0 20px 16px;
  }

  .i_product .sw02_uls .swiper02 .swiper-slide .sw02_text i {
    font-size: 12px;
  }

  .i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p b {
    font-size: 14px;
  }

  .i_product .sw02_uls .swiper02 .swiper-slide .sw02_text p a img {
    width: 30px;
  }

  .i_product .sw02_uls .swiper02 .prev02 {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    right: 60px;
  }

  .i_product .sw02_uls .swiper02 .next02 {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
  }

  .develop_back {
    padding: 40px 0;
    background-color: #f6f6f6;
    overflow: hidden;
  }

  .develop_back .develop_a .swiper05 {
    margin-top: 40px;
  }

  .develop_back .develop_a .swiper05 .swiper-slide {
    padding: 30px 20px 38px;
    height: 280px;
  }

  .develop_back .develop_a .swiper05 .swiper-slide img {
    width: 50px;
    margin: 0 auto;
  }

  .develop_back .develop_a .swiper05 .swiper-slide b {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 14px 0 10px;
  }

  .develop_back .develop_a .swiper05 .swiper-slide p {
    line-height: 1.8;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
  }

  .develop_back .develop_a .swiper05 .swiper-slide p::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #27529c;
    position: absolute;
    top: 12px;
    left: 0;
  }

  .develop_back .develop_a .swiper05 .swiper-slide .develop_icon02 {
    display: none;
  }

  .develop_back .develop_a .swiper05 .swiper-slide:hover {
    background: url(../esimg/img/develop_li_bg.png) no-repeat center;
    background-color: #fff;
  }

  .develop_back .develop_a .swiper05 .swiper-slide:hover .develop_icon01 {
    display: none;
  }

  .develop_back .develop_a .swiper05 .swiper-slide:hover .develop_icon02 {
    display: block;
  }

  .reason_back .reason_a {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .tel_reason {
    width: 100%;
  }

  .tel_reason .tel_reason_top {
    padding: 30px;
    background: url(../esimg/img/reason_bg_fl.png) no-repeat center;
  }

  .tel_reason .tel_reason_top .title01 h5 {
    font-size: 20px;
    color: #fff;
    text-align: left;
  }

  .tel_reason .tel_reason_top .title01 h5 span {
    color: #e7bc33;
  }

  .tel_reason .tel_reason_top .reason_line {
    width: 300px;
    height: 1px;
    background: linear-gradient(270deg, rgba(77, 123, 202, 0) 0%, #4d7bca 100%);
    margin: 20px 0;
  }

  .tel_reason .tel_reason_top .swiper03 {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c {
    margin-bottom: 20px;
    position: relative;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c .reason_title {
    display: flex;
    align-items: flex-end;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c .reason_title b {
    color: #fff;
    font-size: 40px;
    opacity: 0.2;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c .reason_title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: -10px;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c p {
    color: #fff;
    line-height: 30px;
  }

  .tel_reason .tel_reason_top .swiper03 .swiper-slide .reason_c p span {
    color: #e7bc33;
  }

  .tel_reason .tel_reason_top .swiper03 .pagination03 {
    bottom: 0px;
  }

  .tel_reason .tel_bot {
    width: 100%;
    position: relative;
  }

  .tel_reason .tel_bot img {
    width: 100%;
  }

  .tel_reason .tel_bot .reason_z {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 140px;
    height: 100px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tel_reason .tel_bot .reason_z p {
    font-size: 16px;
    color: #27529c;
    position: relative;
    padding-left: 12px;
  }

  .tel_reason .tel_bot .reason_z p::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #27529c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .tel_about {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url(../esimg/img/tel_about_bg.png) no-repeat center;
    background-size: cover;
  }

  .tel_about .tel_about_a .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tel_about .tel_about_a .title h5 {
    margin: 0 12px;
  }

  .tel_about .tel_about_a p {
    margin: 20px 0 0 0;
    color: #666;
    line-height: 30px;
  }

  .tel_about .tel_about_a > img {
    width: 100%;
  }

  .tel_about .tel_about_a .tel_about_b {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
  }

  .tel_about .tel_about_a .tel_about_b .ckgd_a {
    color: #27529c;
    border: 1px solid #27529c;
    justify-content: center;
  }

  .tel_about .tel_about_a .tel_about_b .ckgd_b {
    background-color: #27529c;
    justify-content: space-between;
  }

  .tel_about .tel_about_a .tel_about_b .ckgd_b i {
    color: #fff;
  }

  .case_back {
    padding: 40px 0 60px;
  }

  .case_back .case_a {
    width: 100%;
  }

  .case_back .case_a .case_b {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all 0.5s;
  }

  .case_back .case_a .case_b .case_uls01 {
    left: 0;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis {
    width: 124px;
    height: 37px;
    padding: 0px 10px;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis img {
    width: 24px;
  }

  .case_back .case_a .case_b .case_uls01 .case_lis b {
    font-size: 14px;
  }

  .case_back .case_a .case_b .case_uls02 .swiper04 .swiper-slide-prev {
    margin-left: 0;
  }

  .case_back .case_a .case_b .case_uls02 .swiper04 .swiper-slide-active {
    margin-left: 68px;
  }

  .case_back .case_a .case_b .case_uls02 .swiper04 .prev04 {
    width: 24px;
    height: 50px;
    left: 124px;
  }

  .case_back .case_a .case_b .case_uls02 .swiper04 .next04 {
    width: 24px;
    height: 50px;
    right: 0;
  }

  .case_back .case_a .ckgd_a {
    margin: 30px auto 0;
  }

  .i_new_back .i_new {
    padding: 40px 0 60px;
  }

  .i_new_back .i_new .i_new_top {
    flex-direction: column;
  }

  .i_new_back .i_new .i_new_top .title h5 {
    margin: 0 12px;
  }

  .i_new_back .i_new .i_new_top .title img {
    margin: 0;
  }

  .i_new_back .i_new .i_new_top ul li {
    margin: 0 2px;
    font-size: 12px;
    color: #d8d8d8;
  }

  .i_new_back .i_new .i_new_top ul li a {
    font-size: 12px;
  }

  .i_new_back .i_new .i_new_a {
    flex-direction: column;
    margin-top: 0;
  }

  .i_new_back .i_new .i_new_a .i_new_fl {
    width: 100%;
  }

  .i_new_back .i_new .i_new_a .i_new_fl a > span {
    height: 70px;
    padding: 0 20px;
  }

  .i_new_back .i_new .i_new_a .i_new_fl a > span span {
    width: 82%;
  }

  .i_new_back .i_new .i_new_a .i_new_fl a > span span b {
    font-size: 14px;
  }

  .i_new_back .i_new .i_new_a .i_new_fl a > span span i {
    font-size: 12px;
  }

  .i_new_back .i_new .i_new_a .i_new_fl a > span img {
    width: 30px;
  }

  .i_new_back .i_new .i_new_a .i_new_fr {
    width: 100%;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b {
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_date {
    width: 50px;
    height: 50px;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_date b {
    font-size: 24px;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_date i {
    font-size: 12px;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_text {
    width: 76%;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_text h5 a {
    font-size: 16px;
  }

  .i_new_back .i_new .i_new_a .i_new_fr .i_new_b .i_new_text p a {
    font-size: 14px;
  }

  .message_back {
    padding: 40px 0;
    background: url(../esimg/img/tel_message_back.png) no-repeat center;
    background-size: cover;
  }

  .message_back .message_a {
    flex-direction: column;
  }

  .message_back .message_a .message_fl {
    width: 100%;
    margin-bottom: 30px;
  }

  .message_back .message_a .message_fl ul {
    justify-content: space-between;
  }

  .message_back .message_a .message_fl ul li p {
    font-size: 12px;
  }

  .message_back .message_a .message_fl b {
    font-size: 20px;
    margin-top: 10px;
  }

  .message_back .message_a .message_fl p {
    font-size: 16px;
    margin: 20px 0;
  }

  .message_back .message_a .message_fl .message_phone img {
    width: 50px;
  }

  .message_back .message_a .message_fl .message_phone em {
    font-size: 24px;
  }

  .message_back .message_a .message_fl .message_phone i {
    font-size: 16px;
  }

  .message_back .message_a .message_fr {
    width: 100%;
  }

  .message_back .message_a .message_fr form textarea {
    height: 140px;
  }

  .message_back .message_a .message_fr form button {
    width: 120px;
  }

  .message_back .message_a .message_fr form button p {
    margin-right: 12px;
  }

  .message_back .message_a .message_fr form button img {
    width: 24px;
  }

  .tel_foot_a {
    padding: 40px 0;
    margin-bottom: 90px;
  }

  .tel_foot_a .tel_foot_top {
    display: flex;
    justify-content: space-between;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fl {
    width: 60%;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fl .tel_foot_text {
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fl .tel_foot_text img {
    margin-right: 6px;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fl .tel_foot_text p {
    color: #fff;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fr {
    width: 100px;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fr img {
    width: 100%;
    text-align: right;
    margin: 0 auto;
  }

  .tel_foot_a .tel_foot_top .tel_foot_fr p {
    text-align: center;
    color: #777;
    margin-top: 10px;
  }

  .tel_foot_a .tel_foot_bot {
    margin-top: 30px;
  }

  .tel_foot_a .tel_foot_bot .tel_foot_yl {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
  }

  .tel_foot_a .tel_foot_bot .tel_foot_yl a {
    color: #666;
  }

  .tel_foot_a .tel_foot_bot > a {
    color: #666;
    margin-top: 12px;
  }

  .tel_foot_a .tel_foot_bot > p {
    color: #666;
    margin-top: 12px;
    line-height: 28px;
  }

  /* 手机底部导航 */
  .fixed_nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #fff;
  }

  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
  }

  .fixed_nav ul li > .ic {
    width: 24px;
  }

  .fixed_nav ul li > .ic img {
    width: 100%;
  }

  .fixed_nav ul li > .ic .ig_active {
    display: none;
  }

  .fixed_nav ul li > .tx {
    margin: 5px 0;
  }

  .fixed_nav ul li:hover > .tx {
    color: #344394;
  }

  .fixed_nav ul .tnav_active > .tx {
    color: #2585e1;
    font-weight: bold;
  }

  .fixed_nav ul .tnav_active .ic img {
    display: none;
  }

  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block;
  }

  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }

  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .fixed_nav .tel_phone a img {
    width: 100%;
  }

  @keyframes bounce_a {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
    }
  }

  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .cp01_a {
    padding: 40px 0 20px;
  }

  .cp01_a .cp01_b .cp01_c {
    width: 48%;
    margin-right: 4%;
  }

  .cp01_a .cp01_b .cp01_c:nth-child(2n) {
    margin-right: 0;
  }

  .cp01_a .cp01_b .cp01_c:nth-child(4n) {
    margin-right: auto;
  }

  .cp01_a .cp01_b .cp01_c .sw02_text p b {
    font-size: 14px;
  }

  .cp01_a .cp01_b .cp01_c .sw02_text {
    padding: 0 12px 20px;
  }

  .cp01_a .cp01_b .cp01_c .sw02_text p a img {
    width: 22px;
  }

  .cpxq_a {
    margin: 40px auto 50px;
  }

  .cpxq_a .cpxq_fl {
    width: 100%;
  }

  .cpxq_a .cpxq_fl .cpxq_fl_a {
    flex-direction: column;
  }

  .cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_b {
    width: 100%;
    height: auto;
  }

  .cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title {
    padding: 30px 10px;
  }

  .cpxq_a .cpxq_fl .cpxq_fl_a .cpxq_title h5 {
    font-size: 18px;
  }

  .cpxq_a .cpxq_fl h5 {
    font-size: 18px;
    margin-top: 20px;
  }

  .cpxq_a .cpxq_fl h5::after {
    height: 18px;
  }

  .cpxq_a .cpxq_fl_b ul li {
    margin-right: 10px;
  }

  .cpxq_a .cpxq_fl_e .swiper06 .prev06 {
    width: 20px;
    height: 40px;
  }

  .cpxq_a .cpxq_fl_e .swiper06 .next06 {
    width: 20px;
    height: 40px;
  }

  .cpxq_a .cpxq_fl_f ul li {
    width: 100%;
  }

  .cpxq_a .cpxq_fl_f ul li img {
    width: 50px;
  }

  .cpxq_a .cpxq_fl_f ul li .cpxq_f_text b {
    font-size: 16px;
  }

  .jm_advantage .jm_advantage_a {
    flex-direction: column;
  }

  .jm_advantage .jm_advantage_a .jm_advantage_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .jm_advantage .jm_advantage_a .jm_advantage_text {
    padding: 0 20px 30px;
  }

  .jm_advantage .jm_advantage_a .jm_advantage_text b {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .jm_advantage .jm_advantage_a .jm_advantage_text p {
    font-size: 14px;
  }

  .jm_condition ul {
    margin-top: 30px;
    justify-content: space-between;
  }

  .jm_condition ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  .jm_condition ul li p {
    font-size: 12px;
  }

  .jm_path {
    padding: 1px 0 60px;
  }

  .jm_path ul li h6 {
    font-size: 28px;
    padding-right: 20px;
  }

  .jm_path ul li .jm_path_text {
    width: 100%;
    padding: 0 20px;
    margin-left: 20px;
  }

  .jm_path ul li .jm_path_text::after {
    left: -29px;
  }

  .jm_path ul li .jm_path_text b {
    font-size: 18px;
  }

  .jm_path ul li .jm_path_text p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .jm_path ul {
    width: 90%;
    margin-left: 5%;
  }

  .jm_condition ul li img {
    width: 50px;
  }

  .gy02_qyry {
    padding: 40px 0;
  }

  .gy02_qyry ul {
    margin-top: 30px;
  }

  .gy02_qyry ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .gy02_qyry ul li:nth-child(3n) {
    margin-right: auto;
  }

  .gy02_qyry ul li .gy02_qyry_img {
    height: 220px;
    padding: 24px 0;
  }

  .gy02_qyry ul li .gy02_qyry_img img {
    height: 100%;
  }

  .gy02_qyry ul li .gy02_qyry_text i {
    font-size: 16px;
  }

  .gy02_qyry ul li .gy02_qyry_text p {
    font-size: 16px;
  }

  .fenye {
    margin-top: 10px;
  }

  .fenye .fenye_lis {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .gy01_qywh {
    margin-bottom: 0;
  }

  .gy01_qywh .title04 {
    margin-top: 0;
  }

  .gy01_qywh ul li {
    height: 260px;
    width: 50%;
    padding: 60px 20px 0;
  }

  .gy01_qywh ul li b {
    font-size: 18px;
  }

  .gy01_qywh ul li p {
    font-size: 14px;
  }

  .gy01_fzlc .swiper06 {
    padding-top: 80px;
  }

  .gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet {
    margin: 0;
    width: 50px;
    height: 24px;
  }

  .gy01_fzlc .swiper06 .pagination06 .swiper-pagination-bullet::after {
    width: 50px;
    height: 24px;
    font-size: 16px;
  }

  .gy01_fzlc .swiper06 .prev06 {
    width: 24px;
    height: 24px;
    top: 41px;
    left: 0px;
  }

  .gy01_fzlc .swiper06 .next06 {
    width: 24px;
    height: 24px;
    top: 41px;
    right: 0px;
  }

  .gy01_fzlc .swiper06 .swiper-slide {
    height: 340px;
    padding: 40px 40px 0;
  }

  .gy01_fzlc .swiper06 .sw06_line {
    bottom: 58.4%;
  }

  .gy01_fzlc .swiper06 .swiper-slide b {
    font-size: 20px;
  }

  .gy01_fzlc .swiper06 .swiper-slide p {
    font-size: 14px;
    line-height: 1.8;
  }

  .gy01_zzjg {
    padding: 40px 0;
  }

  .gy01_zzjg .zzjg_uls {
    flex-wrap: wrap;
  }

  .gy01_zzjg .zzjg_uls .zzjg_lis {
    margin-top: 40px;
  }

  .gy01_zzjg .zzjg_uls .zzjg_lis ul {
    width: 150px;
    padding: 40px 0 20px;
  }

  .gy01_zzjg .zzjg_uls .zzjg_lis ul li {
    width: 110px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
  }

  .gy01_zzjg .zzjg_uls .zzjg_lis ul li:first-child {
    margin: -60px auto 20px;
  }

  .al01_a .al01_uls01 a {
    font-size: 16px;
    padding: 10px 0;
  }

  .al01_a .al01_uls01 {
    margin-bottom: 20px;
  }

  .al01_a .al01_p p {
    margin-bottom: 16px;
  }

  .al01_hzpp {
    margin: 30px auto;
  }

  .al01_hzpp ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .al01_hzpp ul li {
    width: 33%;
    margin-top: 10px;
  }

  .al01_hzpp ul li img {
    width: 100%;
  }

  .al01_fwwl .al01_fwwl_img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all 0.5s;
  }

  .al01_fwwl .al01_fwwl_img .al01_fwwl_text {
    left: 5%;
  }

  .al01_fwwl .al01_fwwl_img .al01_fwwl_text h6,
  .al01_fwwl .al01_fwwl_img .al01_fwwl_text h5 {
    font-size: 16px;
  }

  .al01_custom {
    padding-bottom: 20px;
  }

  .al01_custom .al01_custom_uls .al01_custom_lis {
    flex-direction: column;
  }

  .al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text {
    padding: 20px;
    width: 100%;
  }

  .al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text span,
  .al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text i,
  .al01_custom .al01_custom_uls .al01_custom_lis .al01_custom_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .new_nav ul li {
    margin: 0 6px;
  }

  .new_nav ul li a {
    font-size: 16px;
  }

  .new01_back .new01_a .new_lis {
    padding: 20px;
    margin-bottom: 20px;
  }

  .new01_back .new01_a .new_lis .new_lis_date {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .new01_back .new01_a .new_lis .new_lis_date b {
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
  }

  .new01_back .new01_a .new_lis .new_lis_date i {
    font-size: 12px;
    line-height: 1;
  }

  .new01_back .new01_a .new_lis .new_lis_text {
    width: 62%;
  }

  .new01_back .new01_a .new_lis > a > img {
    width: 30px;
    height: 30px;
  }

  .new01_back .new01_a .new_lis .new_lis_text h5 a {
    font-size: 16px;
  }

  .new01_back .new01_a .new_lis .new_lis_text p {
    margin-top: 6px;
  }

  .new01_back .new01_a .new_lis .new_lis_text p a {
    font-size: 14px;
    line-height: 1.2;
  }

  .xwxq_a {
    margin-top: 40px;
  }

  .xwxq_a .xwxq_fl {
    width: 100%;
  }

  .xwxq_a .xwxq_fl h5 {
    font-size: 18px;
  }

  .xwxq_a .xwxq_fl .xwxq_title_icon span,
  .xwxq_a .xwxq_fl .xwxq_title_icon i {
    font-size: 12px;
  }

  .xwxq_a .xwxq_fl p img {
    width: 100%;
  }

  .xwxq_a .xwxq_fl .xwxq_return {
    flex-direction: column;
    margin: 20px 0 40px;
  }

  .xwxq_a .xwxq_fl .xwxq_text {
    padding: 30px 0 40px;
  }

  .xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }

  .xwxq_a .xwxq_fl .xwxq_return .xwxq_return_sx span {
    font-size: 14px;
  }

  .xwxq_a .xwxq_fl .xwxq_return .xwxq_return_bt {
    width: 100%;
    height: 80px;
  }

  .xwxq_a .xwxq_fl .xwxq_return .xwxq_return_bt span {
    font-size: 16px;
    margin-top: 6px;
  }

  .new03_back {
    padding: 40px 0;
  }

  .new03_back .new03_zswd .new03_lis {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  .new03_back .new03_zswd .new03_lis b {
    font-size: 18px;
    left: 36px;
  }

  .new03_back .new03_zswd .new03_lis b::after {
    top: 3px;
  }

  .new03_back .new03_zswd .new03_lis p {
    margin-top: 12px;
    line-height: 24px;
  }

  .new03_back .new03_zswd .new03_lis a {
    font-size: 14px;
  }

  .lxwm_message form {
    flex-direction: column;
  }

  .lxwm_message form .form_inp {
    width: 100%;
  }

  .lxwm_message form .form_te {
    width: 100%;
  }

  .lxwm_message form .form_te .inp_lis textarea {
    height: 150px;
  }

  .lxwm_message form .form_btn {
    justify-content: space-between;
  }

  .lxwm_message form .form_btn button {
    width: 140px;
  }

  .lxwm_map .lxwm_map_text {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 30px 20px;
  }

  .lxwm_map .lxwm_map_text b {
    font-size: 20px;
  }

  .lxwm_map .lxwm_map_text > p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .lxwm_map .lxwm_map_text .map_icon .map_icon_lis p {
    font-size: 14px;
  }

  .cpxq_a .cpxq_fl_g .swiper06 .prev06,
  .cpxq_a .cpxq_fl_g .swiper06 .next06 {
    width: 18px;
    height: 36px;
    top: 56%;
  }
  .swiper06-1 {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: -44px;
  }
}

/*# sourceMappingURL=bc.css.map */
